* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
p {
	font-size: 14px;
	margin: 0;
}
ul, li {
	list-style: none
}
.fl {
	float: left
}
.fr {
	float: right
}
.clear {
	clear: both
}
input {
	outline: none
}
img {
	width: 100%;
	display: block;
}
.container {
	width: 1270px;
	margin: 0 auto;
}
.container::before, .container::after {
	display: none;
}
body, html {
	background: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
}
body {
	font-family: "微软雅黑", microsoft yahei;
}
/*导航*/
.navbar {
	background: #fff;
	transition: 1s;
	left: 0;
	right: 0;
	position: relative;
	margin-bottom: 0;
	z-index: 9999;
	border-radius: 0;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
.navbar>div {
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
.navbar-brand {
	width: 85px;
	display: block;
	padding: 5px 0;
}
.navbar-brand>img {
	width: 100%;
	display: block;
}
.navbar-nav {
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.navbar-nav>li>a {
	color: #333;
	transition: .5s;
	font-size: 16px;
	padding: 26px 20px;
	display: inline-block;
}
.navbar-nav>li>a:hover {
	color: #0262a4;
}
.navbar-nav>li.active>a {
	color: #fff;
	font-weight: bold;
	background: #0262a4;
}
.navbar i {
	display: none;
}
.top-right {
	display: none;
}
/* search */
.search {
	margin: 27px 0;
	position: relative;
}
.search input {
	border-radius: 50px;
	border: solid 1px #ccc;
	padding: 5px 10px;
}
.search button {
	border: transparent;
	background: transparent;
	position: absolute;
	right: 10px;
	top: 20%;
}
/* banner */
.carousel-control.left, .carousel-control.right {
	background: none;
	top: calc(100% - 50% - 60px)
}
.carousel-control>span {
	font-size: 60px;
	color: #fff;
}
.title {
	text-align: center;
}
.title h3 {
	font-size: 26px;
	color: #eee;
	margin-bottom: 30px;
	position: relative;
}
.title h3>small {
	position: absolute;
	left: 0;
	top: 17px;
	color: #000;
	right: 0;
	margin: auto;
	font-size: 28px;
	letter-spacing: 2px;
}
.title hr {
	width: 56px;
	height: 2px;
	background: #0262a4;
	margin: 10px auto 40px;
}



.category {
	padding: 80px 0;
}
.category-con {
	background: url(../images/pro-flbg.jpg) no-repeat;
	margin-top: 50px;
}
.category-con>ul {
	display: flex;
	flex-flow: row wrap;
}
.category-con>ul>li {
	width: 25%;
	border: solid 1px #aaa;
	text-align: center;
	padding: 80px 0;
}
.category-con>ul>li:hover {
	background: #0262a4;
}
.category-con>ul>li:last-of-type {
	background: #000;
}
.category-con>ul>li p {
	font-size: 20px;
	color: #fff;
}
.category-con>ul>li span {
	font-size: 12px;
	color: #fff;
}
.category-con>ul>li i {
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
}
.about {
	background: url(../images/about-bg.jpg) no-repeat;
	padding: 50px 0 20px;
}
.about>div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.ab-img {
	width: 45%;
	padding-top: 200px;
}
.ab-con {
	width: 50%;
	text-align: center;
	color: #fff;
}
.ab-con>h3 {
	line-height: 10px;
}
.ab-con>h3>p {
	font-size: 22px;
	padding: 10px 0;
	margin: 0;
}
.ab-con>h3>span {
	font-size: 12px;
	color: #bbb;
	margin-bottom: 30px;
	display: block;
}
.ab-con>p {
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.ab-con>a {
	display: inline-block;
	padding: 5px 20px;
	border: solid 1px #ccc;
	color: #fff;
	margin-top: 30px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.ab-con>a:hover {
	background: #fff;
	color: #000;
}
.ab-con>ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 120px;
}
.ab-con>ul>li {
	width: 32%;
	padding: 20px;
}
.ab-con>ul>li img {
	padding: 0 30px;
}
.ab-con>ul>li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.ab-con>ul>li p {
	font-size: 14px;
	color: #aaa;
}
/* product */
.product {
	background-size: cover;
}
.pro-show {
	padding: 40px 0 50px 0;
}
.Box {
	position: relative;
}
.Box .content {
	width: 1090px;
	margin: 0 auto;
}
.Box .Box_con {
	position: relative;
	margin-top: 50px;
}
.Box .Box_con .btnl {
	position: absolute;
}
.Box .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 40%;
	cursor: pointer;
}
.Box .Box_con .btnl {
	background: url(../images/jtl02.png) no-repeat center;
	left: -72px;
}
.Box .Box_con .btnr {
	background: url(../images/jtr02.png) no-repeat center;
	right: -72px;
}
.Box .Box_con .btnl:hover {
	background: url(../images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
	background: url(../images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}
.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 350px;
	height: 400px;
	margin-left: 20px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}
.Box .Box_con .conbox ul li img {
	display: block;
	width: 350px;
	height: 360px;
	transition: all 0.5s;
	border: solid 1px #ccc;
}
.Box .Box_con .conbox ul li p {
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.Box .Box_con .conbox ul li:hover img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}
.Box .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}
.Box .BoxSwitch span {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}
.Box .BoxSwitch span.cur {
	background: red;
}
.BoxSwitch {
	display: none;
}
.pro-btn {
	text-align: center;
}
.pro-btn>a {
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	background: #0262a4;
	margin-top: 50px;
}
.case {
	padding: 50px 0;
	position: relative;
}
.c1 {
	position: absolute;
	top: 0;
	left: 55%;
	width: 2px;
	height: 80px;
	background: #000;
	margin: 0;
}
.c2 {
	position: absolute;
	top: 52%;
	left: 0;
	width: 80px;
	height: 2px;
	background: #000;
	margin: 0;
}
.c3 {
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 100px;
	height: 2px;
	background: #000;
	margin: 0;
}
.case ul>li {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0;
}
.ca-left {
	width: 44%;
	padding-top: 30px;
}
.ca-left>span {
	font-size: 12px;
}
.ca-left>h3 {
	font-size: 24px;
	margin: 0;
	padding: 10px 0 0;
}
.ca-left>hr {
	width: 40px;
	height: 3px;
	background: #000;
	margin: 20px 0;
}
.ca-left>p {
	font-size: 14px;
	line-height: 26px;
}
.ca-left>a>i {
	font-size: 30px;
	color: #000;
	margin-top: 30px;
}
.ca-img {
	width: 52%;
}
.news {
	padding: 60px 0;
}
.news ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.news ul>li {
	width: 32%;
	background: #f4f4f4;
	border-radius: 5px 30px 20px 20px;
	-webkit-border-radius: 5px 30px 20px 20px;
	-moz-border-radius: 5px 30px 20px 20px;
	-ms-border-radius: 5px 30px 20px 20px;
	-o-border-radius: 5px 30px 20px 20px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.news ul>li .n-img img {
	padding: 20px;
	-webkit-border-radius:30px 50px 30px 30px;
	-moz-border-radius:30px 50px 30px 30px;
	border-radius: 30px 50px 30px 30px;
}
.news ul>li .n-con {
	padding: 10px 20px;
}
.n-con h3 {
	font-size: 18px;
	color: #000;
	margin: 0;
	font-weight: bold;
}
.n-con p {
	font-size: 14px;
	color: #333;
	white-space: pre-line; /*允许换行*/
overflow: hidden;
text-overflow: ellipsis; /*省略号*/
display: -webkit-box;
-webkit-box-orient: vertical; /*行向垂直排列*/
-webkit-line-clamp: 2; /*限制2行*/
}
.n-con hr {
	width: 80px;
	height: 1px;
	background: #000;
	margin: 10px 0;
	border: none;
}
.n-con h4 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-size: 14px;
	margin-top: 15px;
	color: #000;
}
.n-con h4 i {
	font-size: 20px;
}
.news ul>li:hover {
	background: #0262a4;
}
.news ul>li:hover .n-con h3 {
	color: #fff;
}
.news ul>li:hover .n-con p {
	color: #fff;
}
.news ul>li:hover .n-con h4 {
	color: #fff;
}
.news ul>li:hover .n-con hr {
	background: #fff;
}
.one {
	margin: 20px auto;
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.one ul {
	height: 300px;
	width: 100000px;
	position: absolute;
	left: 0;
} /*ul widthçš„å®½ä¸èƒ½è¿‡å°*/
.one ul li {
	display: block;
	float: left;
	margin: 5px;
	border-radius: 5px;
	position: relative;
	border: solid 1px #ccc;
}
.one ul li a {
	display: inline-block;
	width: 150px;
}
.one ul li img {
	border-radius: 5px;
	display: block;
	width: 150px;
}
.one ul li a span {
	height: 0;
	display: block;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 0px;
}
.one ul li a:hover span {
	height: 150px;
	line-height: 150px;
	font-size: 20px;
	text-align: center;
	transition: all 0.7s;
}
/* footer */
.footer {
	background: #212121;
	padding: 80px 0 0;
}
.footer .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.foot-left {
	width: 20%;
}
.foot-logo {
	width: 37%;
}
.foot-ewm {
	width: 35%;
	margin-top: 20px;
}
.foot-left>p {
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
}
.foot-left>p>span {
	color: #e81c25;
}
.foot-con {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 80%;
}
.foot-con>ul {
	padding: 0 20px;
	width: 20%;
}
.foot-con>ul:last-of-type {
	width: 40%;
}
.foot-con>ul>li {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	display: block;
	overflow: hidden;

white-space:nowrap;

-o-text-overflow:ellipsis;

text-overflow:ellipsis;
color:rgb(255,255,255,0.5);
}
.foot-con>ul>hr {
	width: 70px;
	height: 1px;
	border: none;
	background: #999;
}
.foot-con>ul>li>a {
	color:rgb(255,255,255,0.5);
	font-size: 14px;
	font-weight: normal;
}
.foot-con>ul>li>p{font-size: 14px; line-height:30px; font-weight:normal;}

.foot-con>ul>li>a:hover{ color:#fff}
.foot-con>ul>li>a span {
	color: #0262a4;
	font-weight: bold;
}
.foot-con>ul>li i {
	width: 30px;
}
.foot {
	padding-top: 20px;
	text-align:center;
	width:100%;
}
.foot>div {
	display: flex;
	flex-flow: row wrap;
	justify-content: center  !important;
	align-items:center  !important;
	border-top: 1px solid rgb(255,255,255,0.5);
	padding: 30px 0;
	margin:auto;

}
.foot p, .foot a {
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-align:center;
	color:rgb(255,255,255,0.5) !important;
}
.foot a:hover{ color:#fff !important;}
 @media all and (max-width:768px) {
.navbar i {
	display: block;
	font-size: 30px;
	padding-top: 10px;
}

.navbar-brand>img{width:65%;}

.navbar-nav {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	margin: 0;
	background: #fff;
	display: none;
}
.navbar-nav>li {
	width: 100%;
}
.navbar-nav>li>a {
	width: 100%;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	top: calc(100% - 50% - 30px);
}
.category {
	padding: 20px 0;
}
.category-con {
	background-size: cover;
}
.category-con>ul>li {
	width: 50%;
}
.about {
	padding: 20px 0;
	background-size: cover;
}
.ab-img {
	width: 100%;
	padding-top: 0;
}
.ab-con {
	width: 100%;
}
.ab-con>ul {
	margin-bottom: 50px;
	margin-top: 20px;
}
.ab-con>ul>li {
	padding: 0;
}
.ca-left, .ca-img {
	width: 100%;
}
.news {
	padding: 20px 0;
}
.news ul>li {
	width: 100%;
	margin: 5px 0;
}
.foot-con {
	width: 100%;
}
.foot-con>ul, .foot-left {
	display: none;
	width: 100% !important;
}
.foot-con>ul:last-of-type {
	display: block;
}
.foot {
	padding: 0 20px;
}
.footer {
	padding: 20px 0 0;
}
}
